home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / vmmstat.lha / VMMStat / RCS / interface.h < prev    next >
C/C++ Source or Header  |  1995-07-25  |  2KB  |  87 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @ * @;
  6.  
  7.  
  8. 1.1
  9. date    95.07.25.11.33.38;    author enderle;    state Exp;
  10. branches;
  11. next    ;
  12.  
  13.  
  14. desc
  15. @Automatic header file generated by MUIBuilder
  16. @
  17.  
  18.  
  19. 1.1
  20. log
  21. @Initial revision
  22. @
  23. text
  24. @#include <libraries/mui.h>
  25. #include <proto/muimaster.h>
  26. #include <clib/exec_protos.h>
  27. #include <exec/memory.h>
  28. #include <clib/alib_protos.h>
  29.  
  30. struct ObjApp
  31. {
  32.     APTR    App;
  33.     APTR    WI_MAIN;
  34.     APTR    TX_MAIN_FREEVIRT;
  35.     APTR    TX_MAIN_FREEFAST;
  36.     APTR    TX_MAIN_SPACE_0;
  37.     APTR    TX_MAIN_FAULTS;
  38.     APTR    TX_MAIN_PAGESWRITTEN;
  39.     APTR    TX_MAIN_PAGESREAD;
  40.     APTR    TX_MAIN_NUMFRAMES;
  41.     APTR    TX_MAIN_PAGESUSED;
  42.     APTR    TX_MAIN_SPACE_1;
  43.     APTR    TX_MAIN_TRAPSTRUCTSFREE;
  44.     APTR    TX_MAIN_PAGESIZE;
  45.     APTR    TX_MAIN_INFO_FREEVIRT;
  46.     APTR    TX_MAIN_INFO_FREEFAST;
  47.     APTR    TX_MAIN_SPACE_2;
  48.     APTR    TX_MAIN_INFO_FAULTS;
  49.     APTR    TX_MAIN_INFO_PAGESWRITTEN;
  50.     APTR    TX_MAIN_INFO_PAGESREAD;
  51.     APTR    TX_MAIN_INFO_NUMFRAMES;
  52.     APTR    TX_MAIN_INFO_PAGESUSED;
  53.     APTR    TX_MAIN_SPACE_3;
  54.     APTR    TX_MAIN_INFO_TRAPSTRUCTSFREE;
  55.     APTR    TX_MAIN_INFO_PAGESIZE;
  56.     APTR    BT_MAIN_ABOUT;
  57.     APTR    BT_MAIN_QUIT;
  58.     char *    STR_TX_MAIN_FREEVIRT;
  59.     char *    STR_TX_MAIN_FREEFAST;
  60.     char *    STR_TX_MAIN_SPACE_0;
  61.     char *    STR_TX_MAIN_FAULTS;
  62.     char *    STR_TX_MAIN_PAGESWRITTEN;
  63.     char *    STR_TX_MAIN_PAGESREAD;
  64.     char *    STR_TX_MAIN_NUMFRAMES;
  65.     char *    STR_TX_MAIN_PAGESUSED;
  66.     char *    STR_TX_MAIN_SPACE_1;
  67.     char *    STR_TX_MAIN_TRAPSTRUCTSFREE;
  68.     char *    STR_TX_MAIN_PAGESIZE;
  69.     char *    STR_TX_MAIN_INFO_FREEVIRT;
  70.     char *    STR_TX_MAIN_INFO_FREEFAST;
  71.     char *    STR_TX_MAIN_SPACE_2;
  72.     char *    STR_TX_MAIN_INFO_FAULTS;
  73.     char *    STR_TX_MAIN_INFO_PAGESWRITTEN;
  74.     char *    STR_TX_MAIN_INFO_PAGESREAD;
  75.     char *    STR_TX_MAIN_INFO_NUMFRAMES;
  76.     char *    STR_TX_MAIN_INFO_PAGESUSED;
  77.     char *    STR_TX_MAIN_SPACE_3;
  78.     char *    STR_TX_MAIN_INFO_TRAPSTRUCTSFREE;
  79.     char *    STR_TX_MAIN_INFO_PAGESIZE;
  80. };
  81.  
  82. #define ID_BT_MAIN_ABOUT 1
  83.  
  84. extern struct ObjApp * CreateApp(void);
  85. extern void DisposeApp(struct ObjApp *);
  86. @
  87.